home *** CD-ROM | disk | FTP | other *** search
/ CD Fun House 8 / CD Funhouse Version 8.0 - Wayzata Technology (7013) (1993).iso / pc / pc / cards / bidding / bidding.doc < prev    next >
Text File  |  1989-02-14  |  3KB  |  67 lines

  1.             Bridge Bidder Version 2.0
  2.             by Nathan Glasser
  3.             nathan@brokaw.lcs.mit.edu (internet)
  4.             nathan@mit-eddie.uucp (usenet)
  5.  
  6.             February, 1989
  7. ------------------------------------------------------------------------------
  8. Copyright 1988, 1989 by Nathan Glasser.
  9. You may feel free to distribute this program in its current form.
  10. Please do not remove this copyright information.
  11. ==============================================================================
  12. This program lets you practice your bidding and opening leads.
  13.  
  14. Any conventions you want to use are allowed because you're your own
  15. partner, as well as your own opponents. The idea behind this program
  16. is that if you're involved with a large enough number of boards, you
  17. hopefully won't remember all the hands of a given board, and so you
  18. can bid each of the four hands at different times. What the program
  19. does is let you make all the bids in all the hands, one bid at a
  20. time, choosing which board to use at any point randomly and letting
  21. you enter the next bid in its bidding sequence.
  22.  
  23. In this way, you get to practice bidding with 3 other players whose
  24. bidding you understand completely and a partner whom you trust
  25. implicitly. If you find this not to be the case, then you'll probably
  26. have discovered ways in which you need to better understand your
  27. bidding system or in which bidding can otherwise be improved.
  28.  
  29. (By the way, randomly dealt hands tend to have more unusual
  30. distribution than cards which are shuffled and dealt. Thus you may
  31. find that you're pushing your knowledge of your bidding system to its
  32. limits with some of the hands you'll get.)
  33. ------------------------------------------------------------------------------
  34. The operation of the program is as follows:
  35.  
  36. Usage:    bidding [number of boards]
  37.  
  38. The number of boards to deal can be specified on the command line; the
  39. default is 10.
  40.  
  41. The appropriate number of boards are dealt.
  42.  
  43. You are shown a single hand, and the bidding of the current board so
  44. far (if there's been any), and you get to enter the next bid.
  45.  
  46. You continue in this fashion until the bidding is completed on every hand.
  47.  
  48. Then you are presented with the hand of the player to make the
  49. opening lead on a board, and the bidding of the hand, and get to
  50. enter the opening lead.
  51.  
  52. The complete hand is then presented to you for your analysis.
  53.  
  54. You continue in this fashion until all the hands have been bid and led to.
  55.  
  56. A complete log of each board is automatically written to the file
  57. "bidding.log" after the board's completion.
  58. ------------------------------------------------------------------------------
  59. Bids are specified in the obvious way, e.g. 1s = 1 spade, 2n = 2 notrump,
  60. p = pass, d = double, r = redouble.
  61.  
  62. Similarly, opening leads are specified in the obvious way, e.g.
  63. 2c = 2 of clubs, js = jack of spades, th or 10h = ten of hearts.
  64. ------------------------------------------------------------------------------
  65. Please send any comments or bug reports to me at one of the above e-mail
  66. addresses.
  67.